home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Haight-Ashbury in the Sixties
/
Haight-Ashbury in the Sixties (1996)(Rockument)(Disc 1 of 2)[Mac-PC].iso
/
mac
/
MAIN
/
TUNEIN
/
TUNEIN01.DIR
/
00135_Script_135
< prev
next >
Wrap
Text File
|
1995-06-01
|
588b
|
24 lines
on mouseDown
global lastArticle, thisLine, thisArticle
set thisLine = the mouseLine
if thisLine = -1 then
exit
end if
if line thisLine of field "Oracle Articles" = "╫" then
beep
exit
end if
if line thisLine of field "Oracle Articles" = "" then
beep
exit
else
hilite line thisLine of field "Oracle Articles"
puppetSound "add a movie"
updatestage
set thisArticle = line thisLine of field ("Oracle Articles/"&lastArticle&" order")
set the text of cast "Article" = the text of cast thisArticle
end if
end